<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5,input{margin:0;padding:0;}
ul,li,dl,dt,dd,ol{list-style:none;list-style-type:none;}
a img,a,a:hover,a:active,a:visited{text-decoration:none; outline:none;}
body{font-size:12px;}
input,body{ font-family:"PingFang SC", "Microsoft YaHei","Helvetica Neue",Helvetica,"Hiragino Sans GB",Arial,sans-serif;}


.search_banner{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 98;
    background: rgba(0,0,0,0.5);
    color: #FFF;
}
.search_banner .search-input input{
    height: 42px;
    line-height: 42px;
    width: 300px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 5px 0 0 5px;
    border-right-color: #fff;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
}
.search_banner .search-btn{
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    background: #fe4614;
    color: #fff;
    font-size: 16px;
    border-radius: 0 21px 21px 0;
    cursor: pointer;
}



.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-cb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-ce {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-1 {
    flex: 1;
}

.mypage{ width:auto; height:40px; overflow:hidden; clear:both; text-align:center;  margin:15px auto 0 auto;}
.mypage li{ min-width:32px; height:32px;text-align:center; display:inline-block; line-height:32px; margin-right:4px;}
.mypage li:first-child a,.mypage li:last-child a{box-sizing: border-box;padding: 0 10px;}
.mypage li a{ width:100%; height:32px; text-align:center; line-height:32px; display:block; font-size:14px; color:#666; border:solid 1px #d9d9d9; border-radius:2px;box-sizing: border-box; }
.mypage li a:hover,.mypage li.active a{ background:#fe4614; color:#fff; border:solid 1px #fe4614; }</pre></body></html>